Management API

Base Resource URL:

     https://[server-name]/api/v01/merchants/[merchant-code]/deposit-info

Description:

Represents information of merchant's deposit account. When any type of update (modify) action is performed, the real bank account information has to be supplied. For security purposes, when the information is requested for reading (load action is performed),
the masked value will be returned instead.

Supported Actions:

delete  
Method:  DELETE       Implicit:  Yes       Returns:  n/a      
Consumes:  xurl  Produces:  json, xml 
 
Deletes information of the merchant's deposit account.


load  
Method:  GET       Implicit:  Yes       Returns:  MerchantDepositInfo      
Consumes:  xurl  Produces:  json, xml 
 
Loads information of the merchant's deposit account.


modify  
Method:  POST       Implicit:  Yes       Returns:  MerchantDepositInfo      
Consumes:  xurl  Produces:  json, xml 
 
Updates information of the merchant's deposit account.

Parameters:
# Name Type Required Default Description
01 object MerchantDepositInfo Yes Updated object information.

Deposit information for remittances sent to the merchant.